Add the field Misfire Inst in the Scheduling tab

If you want to control the EDI job trigger after node restart, you must override the variform EDI049 (EdiJobDefinition) by adding the following:

<row>

<cell>

<item fieldId="jobdefMisfireInstruction"/>

</cell>

</row>

below the following:

<row>

<cell span="2">

<item fieldId="jobdefExpression"/>

</cell>

</row>

 

After adding the field to the variform, you must select the value from the following options:

IGNORE_MISFIRE – (Default) triggers multiple jobs based on the node stop, start time, and job intervals.

FIRE_ONCE_NOW - triggers only one job irrespective of the node stop, start time, and job intervals.

DO_NOTHING - no jobs will be triggered for the past time (in between node stop and start time).